The custom window export uses a customizable file, ScriptContent\Reports\CustomReport.cfm, that allows a single table name and x number of fields to be exported. Any table that can be joined with the Name table can be used with the custom export.
New flexibility provides greater control of report output. An AND statement can be hard coded into the select statement that exports the record set. There are two options. You can specify a field, or you can create a ColdFusion variable for the value of the query criteria. The CustomReport.cfm file is annotated and provides an example of how to use the new field.
Note: Since the custom export is using a user configurable file, security filters do not apply to the data export.
10.6 Production Release. Updated 3/6/2006 9:40:13 AM
© Copyright by Advanced Solutions International, Inc.
All rights reserved.